Einhugur Xml Plugin for Xojo

Attribute.Set Method

Sets the attribute value with a Single value and a specified precision.

Set(
   value as Single,
   precision as Integer)

Parameters

value
The Single value to set.
precision
Precision specifier.

Remarks

If not getting the format you want then you can always format with Xojo string formatting functions and pass in the value as string.

See Also

Attribute Class